home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(keyPress Space).as < prev    next >
Text File  |  2008-11-12  |  122b  |  8 lines

  1. on(keyPress "<Space>"){
  2.    tellTarget("/estrada")
  3.    {
  4.       gotoAndStop(_currentframe);
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.